'宣言 Public Function New( _ ByVal vertical As System.Boolean, _ ByVal ParamArray vectors() As Vector(Of T) _ )
パラメータ
- vertical
- A bool indicates whether the direction of vectors is vertical.
- vectors
- A Vector array indicates the vectors.
'宣言 Public Function New( _ ByVal vertical As System.Boolean, _ ByVal ParamArray vectors() As Vector(Of T) _ )